home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
com
/
othernet
/
fidonet
/
fflc_100
/
fflc.cfg
< prev
next >
Wrap
Text File
|
1995-09-18
|
2KB
|
90 lines
;
; FFLC.CFG
;
; Sysop statement
; Sysop <your name>
Sysop Your Name
; Key statement
; Key <key>
;
; Without key FFLC-generated file list contain a maximum
; of 4 areas.
Key xxxxxxxx
; New-Files-Indicator
;
; Number of days until + (NewFileIndicator1) btw. *
; (NewFileIndicator2) is shown.
NewFileIndicator1 30
NewFileIndicator2 14
; Path of your TICKECHO.BBS file
Tickecho F:\FIDO\TICKECHO.BBS
; Areahead <filespec>
; & Areafoot <filespec>
; & File <filespec>
;
; Those files contain the design for the begin of an
; area (Areahead), the end of an area (Areafoot) and
; each file (File).
Areahead AREAHEAD.TXT
Areafoot AREAFOOT.TXT
File FILE.TXT
; Input <filespec>
; & Output <filespec>
;
; Paths of your input file (contains structure of the filelist)
; and your output file (where FFLC has to write the filelist).
Input FFLC.INP
Output ALLFILES.TXT
; Hidemissingfiles
;
; Missing files will be shown in the filelist unless this
; statement is active.
Hidemissingfiles
; #IF #ELSE #FI #UNLESS
;
; #IF <label> [...] #FI
; Unless the word <label> is one of the arguments the
; stuff between #IF and #FI will be ignored.
;
; #IF <label> [...] #ELSE [...] #FI
; If the word <label> is one of the arguments the stuff
; between #ELSE and #FI will be ignored.
;
; #UNLESS is the opposite to #IF
;
; #UNLESS <label> [...] #FI
; #UNLESS <label> [...] #ELSE [...] #IF
;
#IF days
; ... if days is one of the arguments then ...
; Days <number of days>
; FFLC won't show files that are older than the
; specified number of days.
Days 21
; ... show files that aren't older than 21 days only...
NewFileIndicator1 14
NewFileIndicator2 7
; ... and change the limits of the new-files-indicator.
#FI